Object[].ExistSorted (gb)
Function ExistSorted ( Value As Object ) As Boolean
Return if a specific object exists in a sorted array.
This method only works if the array is sorted.
But it is faster than the
Exist method as it uses a binary search algorithm.